Skip to content

Comments

[FEAT] 독서취향테스트 비회원 결과 DB 저장 및 회원가입 시 데이터 연동 구현#97

Merged
rhkr8521 merged 1 commit intodevelopfrom
feat/#96
Feb 23, 2026
Merged

[FEAT] 독서취향테스트 비회원 결과 DB 저장 및 회원가입 시 데이터 연동 구현#97
rhkr8521 merged 1 commit intodevelopfrom
feat/#96

Conversation

@gogori6565
Copy link
Contributor

📣 Related Issue

📝 Summary

  • 독서취향테스트 결과 데이터를 회원/비회원 여부 상관없이 DB에 저장하도록 구현하였습니다.
    • 기존 테스트 결과 계산 API의 필드에 guestUuid 필드가 추가되었습니다.
  • 이를 통해 테스트 전체 참여자 수를 반환하는 API도 구현하였습니다.
  • 회원가입 시, 비회원 상태에서 진행하였던 독서 취향 테스트 결과가 있다면 로그인한 계정 정보에 연동하는 API를 구현하였습니다.
    • UUID 값으로 사용자 본인 여부를 판단합니다. (클라이언트(프론트)에서 uuid 값 넘겨주기 필요)

📬 Reference

[테스트 결과 연동 API 쓰임]
image
[독서취향테스트 전체 참여자 수 반환 API]
image

Copy link
Member

@rhkr8521 rhkr8521 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다.

@rhkr8521 rhkr8521 merged commit 0854bd2 into develop Feb 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 독서취향테스트 비회원 결과 DB 저장

2 participants